home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / cbm / 1959 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.uwsuper.edu!news
  2. From: davi2931@varney.idbsu.edu (Andrew Davie)
  3. Newsgroups: comp.sys.cbm
  4. Subject: Fast Load Commands (was: Re: Question: Epyx Fast Load Cartridge)
  5. Date: Thu, 01 Feb 1996 09:55:28 GMT
  6. Organization: Boise State University
  7. Message-ID: <31108ac9.93568197@news.uwsuper.edu>
  8. References: <DLwtwx.Gnw@eskimo.com> <4ensds$m04@news.eecs.umich.edu>
  9. NNTP-Posting-Host: asm16.idbsu.edu
  10. X-Newsreader: Forte Agent .99c/16.141
  11.  
  12. Okay folks, i'm holding in my hands the original docs for the Fast
  13. Load cartridge.  I have access to a photocopier, so if you e-mail me i
  14. will photocopy and send (domestic address only, please i'm a _poor_
  15. college student) to you.
  16.  
  17. The basics are:
  18. type "$" (without quotes) and RETURN to get a disk directory
  19.  
  20. to load a BASIC program type "/FILENAME"
  21.  
  22. to run most disk software hold down the C= key and press the RUN/STOP
  23. key.  This will eliminate typing LOAD "*",8,1 and then RUN
  24.  
  25. to save a basic program type "<-FILENAME"
  26.  
  27. to load a machine language file type "%FILENAME"
  28.  
  29. to send a command to the disk drive type "@COMMAND" instead of typing
  30. OPEN 15,8,15,"COMMAND":CLOSE 15
  31.  
  32. to read the error channel (when the red light on the drive is
  33. flashing) type ">" or "@"
  34.  
  35. DISK TOOLS
  36. To run the disk tools type "(english pound sign)".  This will bring up
  37. the menu screen
  38.  
  39. Most are self-explanatory 
  40. UNDER "COPY"
  41. A- DIRECTORY lists directory
  42. B- RETURN TO THE FIRST MENU
  43. C-COPY ENTIRE DISKETTE Will copy every sector of one diskette to
  44. another diskette.  Note: the new diskette must be formatted for this
  45. option to work properly
  46. D-BAM COPY: Will copy only those sectors on the disk that have be
  47. allocated by DOS.  This is much faster than copying the entire
  48. diskette.  The new diskette must be formatted for this to work
  49. properly
  50. E-COPY A FILE.  Wild card characters ("*" or "?") are allowed in the
  51. file name.
  52. F-FORMAT DISKETTE
  53.  
  54. Under the main menu you then have
  55.  
  56. D- DISABLE FASTLOAD
  57. E-EDIT DISK (You may wish for me to send a copy of this part)
  58. F-FILE UTILITY
  59.  A-DIRECTORY
  60.  B-RETURN TO FIRST MENU
  61.  C-COPY A FILE
  62.  D-DELETE A FILE
  63.  E-LOCK A FILE
  64.  F-UNLOCK A FILE
  65.  G-RENAME A FILE
  66.  
  67. There is alos "SMON", an assembly monitor.  To invoke it type "!"
  68. to exit the monitor type "%"
  69.  
  70. There are a bunch of different commands under the SMON, but if you
  71. want them, e-mail me for a photocopy.
  72.  
  73. That about does it.  I manage to get through life almost entirely on
  74. "$" and "%FILENAME" alone...
  75.  
  76. Andy
  77.